The scheduled export task
The export processor command line should specify the following parameters:
If the configuration file is located in the same folder as the vault export processor, the path can be omitted.
Note Installing the processors as described in Installing the GCF components installs sample .cmd files for export and import with the correct configuration file names and share names that you can use to compose the command line.
Following is an example of a scheduled Meridian Enterprise export processor command line:
"C:\GCF\Meridian\Processors\GCFExportProc.exe" <MeridianIniFile> <Project PortalGCFShareName> True
The task should then execute the Project Portal workspace import processor to import new briefcases into the Project Portal workspace.
The Project Portal import processor command line should have one argument that is the name of the configuration file that contains the processing settings that you configured. If the configuration file is located in the same folder as the Project Portal workspace import processor, the path can be omitted.
Following is an example of a scheduled Project Portal import task command line:
"C:\GCF\Project Portal\Processors\BC.GCFImportProc.exe" <Project PortalIniFile>
Related concepts
Related tasks